home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994…tember: Reference Library / Dev.CD Sep 94.toast / Periodicals / develop / develop Issue 11 / develop 11 code / The NetWork Project / Examples (Sources) / NetSim / macUnits.p < prev    next >
Encoding:
Text File  |  1992-07-15  |  808 b   |  44 lines  |  [TEXT/MPS ]

  1. { MacUnits.p     © Copyright G. Sawitzki, 1988-1991}
  2. {$IFC UNDEFINED UsingIncludes}
  3. {$SETC UsingIncludes:=0}
  4. {$ENDC}
  5.  
  6. {$IFC Not UsingIncludes}
  7.     UNIT MacUnits;
  8.     INTERFACE
  9. {$ENDC}
  10.  
  11. {$IFC Undefined UsingMac}
  12. {$SETC UsingMac:=1}
  13.  
  14. {$I+}
  15. {$SETC MacIncludes:=UsingIncludes}
  16. {$SETC UsingIncludes:=1}
  17.  
  18. {$IFC Undefined UsingTypes}
  19. {$I $$Shell(Pinterfaces)Types.p}
  20. {$ENDC}
  21.  
  22.  
  23. {$IFC UNDEFINED UsingQuickdraw}
  24. {$I $$Shell(PInterfaces)Quickdraw.p}
  25. {$ENDC}
  26. {$IFC UNDEFINED UsingOSIntf}
  27. {$I $$Shell(PInterfaces)OSIntf.p}
  28. {$ENDC}
  29. {$IFC UNDEFINED UsingToolIntf}
  30. {$I $$Shell(PInterfaces)ToolIntf.p}
  31. {$ENDC}
  32. {$IFC UNDEFINED UsingPackIntf}
  33. {$I $$Shell(PInterfaces)PackIntf.p}
  34. {$ENDC}
  35. {$IFC UNDEFINED UsingSANE}
  36. {$I $$Shell(PInterfaces)SANE.p}
  37. {$ENDC}
  38.  
  39. {$SETC UsingIncludes:=MacIncludes}
  40.  
  41. {$ENDC}
  42. {$IFC NOT UsingIncludes}
  43. END.
  44. {$ENDC}